From: Juanma Barranquero Date: Wed, 10 Jul 2002 09:26:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31767 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=af1f5d7a0209cfe85e728b956a4ef0655bebbd19;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6327e002b24..90e3ce49e4a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,12 @@ * ido.el (ido-enter-single-matching-directory): Delete leftover comment. + * speedbar.el (speedbar-tag-hierarchy-method): Fix typos. + (speedbar-vc-do-check): Likewise. + (speedbar-obj-do-check): Likewise. + (speedbar-mouse-hscroll): Likewise. + (speedbar-file-lists): Likewise. + 2002-07-09 Juanma Barranquero * faces.el (face-id): Fix typo. diff --git a/src/ChangeLog b/src/ChangeLog index 2577037532b..0dbad5d94fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-07-10 Juanma Barranquero + + * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers + changed. + 2002-07-09 Stefan Monnier * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).